Skip to content

Conversation

@NikolaMilosavljevic
Copy link
Member

Fixes the VMR issue in aspnetcore flow: dotnet/sdk#46926 (comment)

In VMR build we only have one package version, matching the TargetRid.

Otherwise we're getting these types of errors - this is in x64 build:

src\aspnetcore\src\Tools\Microsoft.dotnet-openapi\src\Microsoft.dotnet-openapi.csproj(0,0): error NU1102:
 (NETCORE_ENGINEERING_TELEMETRY=Restore) Unable to find package Microsoft.NETCore.App.Host.win-x86 with version (= 10.0.0-ci)
  - Found 1458 version(s) in dotnet8 [ Nearest version: 8.0.0-rtm.23523.3 ]
  - Found 1417 version(s) in dotnet9 [ Nearest version: 9.0.0-rtm.24516.5 ]

Copilot AI review requested due to automatic review settings February 19, 2025 19:11
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (1)
  • src/Tools/Directory.Build.targets: Language not supported

@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Feb 19, 2025
@NikolaMilosavljevic
Copy link
Member Author

Perhaps this is a first instance of an x64 VMR package that requires both x86 and x64 assets. Should this be supported by the build?

@NikolaMilosavljevic
Copy link
Member Author

@wtgodbe the same 2 test legs are timing out, as in most aspnetcore PRs. My changes are not affecting them so we should be able to merge this to unblock aspnetcore flow to sdk. We could rerun until they pass, but that'd only delay the fix.

I don't have permission to merge on red.

@wtgodbe wtgodbe merged commit 5feaad5 into dotnet:main Feb 19, 2025
23 of 27 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview2 milestone Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants